home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / RestZone.swf / scripts / frame_23 / PlaceObject2_60_28 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2004-07-20  |  291 b   |  17 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_root._xmouse,_root._ymouse,true))
  3.    {
  4.       if(eval("/:check") >= 12)
  5.       {
  6.          set("/:check",13);
  7.       }
  8.       else
  9.       {
  10.          tellTarget("/")
  11.          {
  12.             gotoAndStop("error");
  13.          }
  14.       }
  15.    }
  16. }
  17.